home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / gmf.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  870 b   |  23 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Disable HTML" menu option sets a flag
  6. which is used by the OnAssertGREPMatchFound 
  7. method of the TRegularExpressionParser component. 
  8. This method is used to override processing of 
  9. matches against the currently active regular 
  10. expression. Options include surpressing all matches 
  11. (as is done here) or allowing some matches, or 
  12. changing the text matched (although this is better 
  13. done in the methods of the THyperTextParser 
  14. component.) 
  15.  
  16. (Note: Assert methods normally are used to abort
  17. all further processing of an action, while the
  18. Handle Methods modify the processing. These
  19. two methods can each be overridden in code by
  20. direct assignment for Assert types and virtual
  21. overriding for Handle types.)
  22.  
  23.